Describe Paging in ASP.NET.
2246
08-Jan-2011
Amit Singh
08-Jan-2011The
DataGridcontrol in ASP.NET enables easy paging of the data. TheAllowPagingproperty of theDataGridcan be set toTrueto perform paging. ASP.NET automatically performs paging and provides the hyperlinks to the other pages in different styles, based on the property that has been set forPagerStyle.Mode.